home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-01 | 1.0 KB | 52 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = MiscClassDecoder
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = MiscClassDecoder.tiff
- LOCAL_RESOURCES = MiscClassDecoder.nib
-
- GLOBAL_RESOURCES = InfoPanel.nib
-
- CLASSES = MiscClassDecoderMgr.m
-
- HFILES = MiscClassDecoderMgr.h
-
- MFILES = MiscClassDecoder_main.m
-
- BUNDLES = MiscClassDecoder.bproj
-
- OTHERSRCS = .dir.tiff Makefile Makefile.postamble Makefile.preamble\
- README.rtf services.txt
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app MiscClassDecoder.tiff
-
- LIBS = -lMedia_s -lMiscKit -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-